home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 06 - 1990 / 06.06 Jun 90 / Fortran Glue / Working App / readme < prev    next >
Encoding:
Text File  |  1990-02-14  |  589 b   |  10 lines  |  [TEXT/EDIT]

  1. The working application is "Letsgo!," a HyperCard stack.
  2. Thus you need HyperCard to run the stack.  You need MacFortran
  3. to run the XFCN, specifically, the runtime library, either "f77.rl"
  4. or "m81.rl."  It is simplest to put the runtime library in your 
  5. system folder.  Subroutines are most convienently located in a folder
  6. called "Subroutines", located in the root directory.  Put "test.sub" 
  7. and "box.sub" in your Subroutines folder.  Note that "test.sub" calls
  8. "toolbx.sub", so you should also place that in your Subroutines folder.
  9. "Toolbx.sub" is provided with the MacFortran program.
  10.